home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
com
/
internet
/
nos
/
nos-ppp
/
tomshell.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-19
|
2KB
|
88 lines
set SNEWS D:\NOS\SPOOL\NEWS
set NOS_ROOT D:\NOS
cd $NOS_ROOT
cls
echo Demon Internet Access Software for the Atari ST v1.10
echo ===============================================================
echo
echo Compilation done by Stuart Coates (scoates@filesys.demon.co.uk)
echo
echo Thanks go to Graham Judd (gjudd@siward.demon.co.uk) for his
echo valuable advice in configuring SNEWS/KA9Q, and to all the
echo people who continue to support the ST.
echo
echo For details of the programs in this compilation see
echo the relevent document files in the \NOS\DOCS directory.
echo For full details, obtain the relevent archive from
echo the Demon Internet FTP site (ftp.demon.co.uk:/pub/atari).
echo
anykey
cls
:loop
cd $NOS_ROOT
nosmenu
cls
if $status == 12 then goto reindex
if $status == 11 then goto expire
if $status == 10 then goto unbatch
if $status == 4 then goto shell
if $status == 3 then goto mailer
if $status == 2 then goto snews
if $status == 1 then goto nos
if $status == 0 then goto exit
echo
echo ERROR: Invalid status in tomshell.bat
echo Report to scoates@filesys.demon.co.uk
echo
anykey
goto loop
:reindex
cd $NOS_ROOT
reindex
goto loop
:expire
cd $NOS_ROOT
expire
anykey
goto loop
:unbatch
cd $NOS_ROOT
unbatch
anykey
goto loop
:mailer
cd $NOS_ROOT
mailer
goto loop
:snews
cd $NOS_ROOT
snews
goto loop
:nos
cd $NOS_ROOT
nos
goto unbatch
:shell
echo Entering shell.......
echo
echo Type 'exit' to return
echo
echo
interact
goto loop
:exit
system